Skip to content

Conversation

Azureyjt
Copy link
Owner

@Azureyjt Azureyjt commented Nov 2, 2019

Pull request title

  • Clearly and concisely describes what it does
  • Refer to the issue that it solves, if available

Pull request description

  • Describes the main changes that come with the pull request
  • Any relevant additional information is provided

For detailed contributing instructions see https://github.com/iluwatar/java-design-patterns/wiki/01.-How-to-contribute

vanogrid and others added 30 commits October 22, 2019 08:15
… template (iluwatar#1027)

* Add custom license header style in order to comply with Google's Checkstyle format

* Update license headers to comply with Google's Checkstyle format
* local variable type inference changes

replacing type with var

* the type changed back to String

since it is initializing to null and later having different value, it is throwing error in Travis-CI.  Made changes.
* iluwatar#1009 - remove child versions

* iluwatar#1009 - add custom jaxb version for cqrs
local variable type inference for service-layer design patterns
local variable type inference changes for design pattern service locator
local variable type inference changes for design pattern singleton
local variable infere changes for STATE design pattern
local variable type inference changes for step builder design pattern
local variable type inference changes for strategy design pattern
local variable type inference changes for template method design pattern
local variable type inference changes for throttling design pattern
* local variable type inference changes

local variable type inference changes for thread pool design pattern

* local variable type inference changes

local variable type inference changes for ThreadPool design pattern
* iluwatar#984 for unitofwork, tolerantreader, twin

* iluwatar#984 for unitofwork, tolerantreader, twin

* iluwatar#987 for visitor, value-object, unitofwork, typeobjectpattern, tolerantreader, twin, tranpoline
Add directory-maven-plugin to resolve the location of the
license-plugin-header-style.xml from a submodule directory
* init repo for role object

* add to init

*  add to init

*  add first impl

*  add pattern

*  add license

*  add changes
* Use java 11

* Use .of
- Replace Arrays.asList with List.of
- Replace HashSet<>(List.of()) with Set.of

* Formatting
iluwatar and others added 9 commits October 30, 2019 08:23
* Using static object to reduce memory foot prints

* Updating README along with name of static fields

* Updating code as per review comments

* Updating code as per review comments

* Updating doc as per new code
…or patterns iluwatar#1021 (iluwatar#1054)

* fix checkstlye errors - visitor pattern

* fix checkstlye errors - strategy pattern

* fix checkstlye errors - singleton pattern
…watar#971)

*  Fix for Issue#iluwatar#549

Catch ClientProtocolException and Update Error Logs

* Fix indentation, checkstyle errors

* Fix for Issue iluwatar#549
Add fallbacks in Aggregator service when other microservices fail

* Make ProductInventoryClientImpl return null instead of zero in case of failure
@Azureyjt Azureyjt merged commit 60c9a2e into master Nov 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.